/*report_content*/
.report_content {
  width: 440px;
  margin: 20px auto;
  padding: 20px 280px;
  background: #fff;
}

.report_content div.con_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #F4F4F4;
}

.report_content div.step_box {
  margin: 30px 0 20px;
  overflow: hidden;
}

.report_content div.step_box ul li {
  position: relative;
  display: block;
  float: left;
  /*width: 145px;*/
  width: 220px;
  height: 36px;
  margin-right: -14px;
  background: url(../images/bg_one_nor.png?t=20210916) left top no-repeat;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.report_content div.step_box ul li.one {
  z-index: 3;
}

.report_content div.step_box ul li.two {
  z-index: 2;
}

.report_content div.step_box ul li.active {
  background: url(../images/bg_one_sele.png?t=20210916) left top no-repeat;
  color: #fff;
}

.report_content div.step1_box {
  padding: 0 0 0 20px;
}

.report_content div.step1_box h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  color: #cc3300;
}

.report_content div.step1_box ul {
  margin-top: 15px;
}

.report_content div.step1_box ul li {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #333;
}

.report_content div.step1_box ul li label {
  cursor: pointer;
}

.report_content div.step1_box ul li input[type="radio"] {
  display: none;
  display: inline-block\0;
  margin-right: 10px\0;
}

.report_content div.step1_box ul li input[type="radio"]:checked + span.icon {
  background-image: url(../images/radio_sele.png);
}

.report_content div.step1_box ul li span.icon {
  height: 16px;
  width: 16px;
  display: inline-block;
  display: none\0;
  background-image: url(../images/radio_nor.png);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
  cursor: pointer;
}

.report_content div.step2_box {
  margin-left: -20px;
}

.report_content div.step2_box table {
  width: 440px;
  overflow: hidden;
  margin: 20px auto;
  table-layout: fixed;
}

.report_content div.step2_box table td {
  padding: 10px 0;
  position: relative;
  vertical-align: top;
}

.report_content div.step2_box table .tr {
  text-align: right;
}

.report_content div.step2_box table .red {
  display: inline-block;
  width: 8px;
  color: #c00;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  vertical-align: top;
  margin-left: -5px;
  margin-right: 5px;
}

.report_content div.step2_box table .t02 {
  width: 110px;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  padding: 10px 0;
}

.report_content div.step2_box table input {
  background: #f6f6f6;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  height: 38px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 38px;
  color: #333333;
  box-sizing: content-box;
}

.report_content div.step2_box table .input01 {
  width: 270px;
  padding: 0 10px 0 10px;
}

.report_content div.step2_box table .input02 {
  width: 270px;
  padding: 0 10px 0 10px;
}

.report_content div.step2_box table .input03 {
  width: 130px;
  margin-right: 15px;
  float: left;
}

.report_content div.step2_box table textarea {
  width: 270px;
  height: 76px;
  padding: 10px;
  font-size: 14px;
  font-family: Microsoft Yahei;
  color: #333333;
  background: #f6f6f6;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  box-sizing: content-box;
  resize: none;
}

.report_content div.step2_box table div.num01 {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #999999;
}

.report_content div.step2_box table div.num01 span {
  padding: 0 5px;
}

.report_content div.step2_box table div.num01 span.numred {
  color: #c00;
}

.report_content div.step2_box table div.num02 {
  top: 70px;
  right: 50px;
  background: #f6f6f6;
}

.report_content div.step2_box table div.errTxt {
  font-size: 12px;
  line-height: 20px;
  color: #CC3300;
  display: inline-block;
}

.report_content div.step2_box table div.errTxt01 {
  line-height: 20px;
}

.report_content div.step2_box table div.file_err {
  font-size: 12px;
  width: 190px;
  margin-left: 10px;
}

.report_content div.step2_box table div.dis-hidden {
  display: none;
}

.report_content div.step2_box table div.code {
  width: 120px;
  height: 40px;
  border-radius: 5px;
  margin-right: 15px;
  float: left;
}

.report_content div.step2_box table div.code img {
  width: 120px;
  height: 40px;
}

.report_content div.step2_box table .borderRed {
  border: 1px solid #D64B3F;
}

.report_content div.step2_box table div.tijiao {
  width: 275px;
  height: 48px;
  overflow: hidden;
  background: #D6473B;
  border-radius: 5px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.report_content div.step2_box table input::-webkit-input-placeholder, .report_content div.step2_box table textarea::-webkit-input-placeholder {
  color: #999999;
}

.report_content div.step2_box table .file_name {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #686868;
  line-height: 24px;
  padding: 8px 0;
  word-break: break-word;
}

.report_content div.step2_box table a.btn_modify, .report_content div.step2_box table a.btn_del {
  display: inline-block;
  width: 44px;
  height: 22px;
  border: 1px solid #58749a;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #58749A;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-top: 5px;
  margin-right: 15px;
}

.report_content div.step2_box table a.btn_del {
  border: 1px solid #D0D0D0;
  color: #999999;
}

.report_content div.step3_box div.notice_text {
  width: 420px;
  margin: 0 auto;
  padding: 0 10px 0 0;
  font-size: 16px;
  line-height: 28px;
}

.report_content div.step3_box div.notice_text p {
  text-indent: 2em;
  padding: 0 0 15px 0;
}

.report_content div.step3_box div.notice_text dl {
  overflow: hidden;
}

.report_content div.step3_box div.notice_text dl dt {
  float: left;
  width: 30px;
}

.report_content div.step3_box div.notice_text dl dd {
  float: left;
  width: 340px;
}

.report_content div.step3_box div.notice_box {
  margin: 15px auto;
  font-size: 16px;
  line-height: 22px;
  color: #CC3300;
  text-align: center;
  position: relative;
}

.report_content div.step3_box div.notice_box div.box {
  position: absolute;
  width: 100%;
  height: 22px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
}

.report_content div.step3_box div.notice_box label {
  cursor: pointer;
  pointer-events: none;
}

.report_content div.step3_box div.notice_box input[type="checkbox"] {
  display: none;
  display: inline-block\0;
  margin-right: 10px\0;
}

.report_content div.step3_box div.notice_box input[type="checkbox"]:checked + span.icon {
  background-image: url(../images/choice_sele.png);
}

.report_content div.step3_box div.notice_box span.icon {
  height: 19px;
  width: 19px;
  display: inline-block;
  display: none\0;
  background-image: url(../images/choice_nor.png);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
  cursor: pointer;
}

.report_content div.button {
  margin: 30px auto 10px;
  text-align: center;
}

.report_content div.button button {
  width: 200px;
  height: 40px;
  background: #ffa637;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}

.report_content div.button button:disabled {
  background: #ccc;
}

.notClick {
  pointer-events: none;
  cursor: default;
}

.send_sms_btn {
  width: 120px;
  height: 40px;
  border-radius: 5px;
  margin-right: 15px;
  float: left;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  border: 1px solid #FFA637;
  color: #FFA637;
  background: #fff;
}

/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (max-width: 689px) and (min-device-width: 320px), (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none !important;
    min-width: 1020px;
    width: 100%;
  }
}
